home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1995 October / EnigmA AMIGA RUN 01 (1995)(G.R. Edizioni)(IT)[!][issue 1995-10][Aminet 7].iso / Aminet / dev / gui / BGUI11c.lha / docs / sliderclass.doc < prev    next >
Text File  |  1995-04-28  |  2KB  |  84 lines

  1.  
  2.                File: sliderclass.doc
  3.         Description: Sliderclass documentation.
  4.           Copyright: (C) Copyright 1994-1995 Jaba Development.
  5.                      (C) Copyright 1994-1995 Jan van den Baard.
  6.                      All Rights Reserved.
  7.  
  8. ------------------------------------------------------------------------------
  9.  
  10. TABLE OF CONTENTS
  11.  
  12. sliderclass/--background--
  13. sliderclass/Methods
  14. sliderclass/Attributes
  15.  
  16. sliderclass/--background                             sliderclass/--background--
  17.  
  18.     NAME
  19.         Class:          sliderclass
  20.         Superclass:     baseclass
  21.         Include File:   <libraries/bgui.h>
  22.  
  23.     FUNCTION
  24.         To  provide a gadget simular to the gadtools.library it's slider kind.
  25.         Objects of this class send  out the following attribute pairs in their
  26.         notification events:
  27.  
  28.         GA_ID           - Gadget object ID.
  29.         SLIDER_Level    - Slider level.
  30.  
  31. sliderclass/Methods                                        sliderclass/Methods
  32.  
  33.     NEW METHODS
  34.         None.
  35.  
  36.     CHANGED METHODS
  37.         None.
  38.  
  39. sliderclass/Attributes                                  sliderclass/Attributes
  40.  
  41.     NOTE
  42.         This class  also  supports the PGA_NewLook and PGA_Freedom attributes.
  43.         Please refer   to  the  system  "propgclass"  documentation  for  more
  44.         informatiom on these attributes.
  45.  
  46.     NAME
  47.         SLIDER_Min, SLIDER_Max -- ( LONG )
  48.  
  49.     FUNCTION
  50.         Set the minimum and maximum slider level.
  51.  
  52.         Default 0 minimum and 15 maximum. Applicability is (I).
  53.  
  54.     SEE ALSO
  55.         SLIDER_Level
  56.  
  57.     NAME
  58.         SLIDER_Level -- ( LONG )
  59.  
  60.     FUNCTION
  61.         Set or get the current slider level.
  62.  
  63.         Default is 0. Applicability is (ISGNU).
  64.  
  65.     SEE ALSO
  66.         SLIDER_Min, SLIDER_Max
  67.  
  68.     NAME
  69.         SLIDER_ThinFrame -- ( BOOL )
  70.  
  71.     FUNCTION
  72.         To make  all  slider  object framing appear as thin frames.  This will
  73.         help you to make an aspect-ratio dependant GUI.
  74.  
  75.         Default is FALSE. Applicability is (I).
  76.  
  77.     NAME
  78.         SLIDER_XenFrame -- ( BOOL )
  79.  
  80.     FUNCTION
  81.         To make all slider object framing appear as Xen style framing.
  82.  
  83.         Default is FALSE. Applicability is (I).
  84.